home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
355
/
rexxhostlib
/
glue
/
getrexx1.asm
< prev
next >
Wrap
Assembly Source File
|
1995-03-14
|
187b
|
16 lines
;:ts=8
section text,code
xref _RexxHostBase
xdef _GetRexxResult2
_GetRexxResult2:
move.l a6,-(sp)
move.l _RexxHostBase,a6
move.l 8(sp),a0
jsr -78(a6)
move.l (sp)+,a6
rts
end